From 3a48ae79787f55d8e8bcf867ab2cf54e5a27c521 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 17:50:34 +0000 Subject: [PATCH] *** empty log message *** --- lisp/sc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/sc.el b/lisp/sc.el index 30b1b5f64e5..5e75e5203e3 100644 --- a/lisp/sc.el +++ b/lisp/sc.el @@ -96,7 +96,7 @@ ;; First, to connect supercite to any mail/news reading subsystem, put ;; this in your .emacs file: ;; -;; (setq mail-yank-hooks 'sc-cite-original) ; for all but MH-E +;; (add-hooks 'mail-yank-hooks 'sc-cite-original) ; for all but MH-E ;; (setq mh-yank-hooks 'sc-cite-original) ; for MH-E only ;; ;; If supercite is not pre-loaded into your emacs session, you should @@ -1512,6 +1512,7 @@ package, type \"\\[sc-describe]\".") ;; ====================================================================== ;; this section contains default hooks and hook support for execution +;;;###autoload (defun sc-cite-original () "Hook version of sc-cite. This is callable from the various mail and news readers' reply -- 2.30.2